Catch 1
select count(SongId) from chartsquery where (genre='Dance') and (subgenre=' Deep Space Trance')
RowsCount=0Catch 1B
select count(SongId) from chartsquery where (genre='Dance')
RowsCount=0